Drongo's Enhanced Interface
v006

18 Apr 2020

OVERVIEW
Drongo's Enhanced Interface (DEI) adds a module that gives mission creators easily customized options for the player interface.

Entire inventory is now clickable (easy to add customized items)
Double clicking on weapons changes to that weapon
Run custom scripts on opening/closing the inventory
Interact key (can be customized)
Menu for custom actions (can be customized)
3 hotkeys (can be customized)
Camping gear (tent can be used for Arsenal/skiptime)

The addon also contains some camping gear. To use the gear, open your inventory and double click the item. To pack the tent, sleeping bag or fire, use your Interact Key (use action 9 by default). There is also an item called stims that gives the player a stamina boost.


SET UP
Place a DEI module and configure the settings. The user keys are custom "Use Action" keys which can be configured in Options > Controls > Custom controls. To assign custom scripts to an action, simply enter the path to the script in the module (create this path and script in the mission folder). Do not use quotation marks. For example:

"MyPath\MyScript.sqf"  // will not work
MyPath\MyScript.sqf  // ok


ACTION MENU
The action menu is based on an array called deiMenuActions. To add an action to it, call a script from the module and use this command in the .sqf file:

deiMenuActions pushBack ["My action name","MyPath\MyScript.sqf"];

"My action name" will be listed in the menu. When it is double-clicked, the script "MyPath\MyScript.sqf" will be run with execVM.


EDITING
The core module allows users to set a path to their own scripts in their mission folder.


CREDITS
Drongo:		Design and scripting
Sly:		Camping concept
VedKay:		Item graphics, cover art
EO:			Tent storage configs

Thanks of VedKay for my snazzy new logo.

A huge thanks to my Patrons and supporters:
Ave Sum
Beags and Jam
Ben_at_Arms
Berl Ancell
Cedric Oliver
Chris Hall
David Catley
Declan Emery
Desmond Abrams
EO
Fetus114
Frédérick Milhomme
Gary Jackson
Gordon
Ian Schonely
James tribbles
Jason Dotson
Jayrad
Jonathan Harris
Kenneth Kilvington
Logan Scott
LONEWOLF352
Matt Henderson
Nam
Nicholas Auger
Nicholas Odgers
Nick Gregory
Owen Siegfried
Proxno
Rolly uk
Sean Martin
sebastiaan reedijk
SETH BARCELLO
Sly
Sonny Hermansen
Stuart Burling
Tim O’Ceallaigh
Totem
VedKay
WW3andMe
YonV


THEFT OF MY WORK
My artillery mod was stolen, edited and re-released in violation of the license by BlackAlpha of tier1ops.eu. Here is a video showing my original work and his stolen edit:

https://www.youtube.com/watch?v=Oe7G6WwxQVU

Please share this video and let the community know that BlackAlpha and tier1ops.eu are thieves.


CONTACT
I put a lot of time and effort into my mods. I support single, coop and MP players with unique mods and new features. Please show your support, subscribe, follow and rate my mods. Please promote my work on social media and forums. If you have cash to spare, please consider chipping in to my Patreon https://www.patreon.com/DrongoMods

Most of my mods and missions are released on my Patreon page. You don't need to be a Patron to download them: https://www.patreon.com/DrongoMods

Check my YouTube channel for trailers, WIP etc:
https://www.youtube.com/channel/UCrZtKPYPS9iYzu1EAzTLYgg

I am not on the BIS forums. I can be emailed at drongomods@gmail.com.
I am not on social media, so I would appreciate it if those of you who are would help promote my mods.

LICENSE
APL-SA
https://www.bohemia.net/community/licenses/arma-public-license-share-alike

Currently, this release is Patreon only. Do not upload this mod to any mod sites, Steam or other websites. Future releases will remove this restriction.

CHANGELOG
v0.06
Changed:	Tents can now be used for storage (big thanks to EO)

v0.05
Fixed:		deiMenuActions bug

v0.04
Fixed:		Sleeping bag bug

v0.03
Changed:	Name changed to Drongo's Enhanced Interface
Changed:	General improvements
Removed:	Needs option (was getting too bloated and has become a seperate project)